home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / bash_114.zip / bash-1.14.2 / documentation / README < prev    next >
Text File  |  1994-03-17  |  814b  |  32 lines

  1. This directory contains the bash documentation.
  2.  
  3. article.ms    - an article I wrote about bash for The Linux Journal
  4. bash.1        - the bash man page
  5. builtins.1    - a man page that documents the builtins, extracted from bash.1
  6. features.texi    - the `bash features' document, suitable for an info tree
  7. readline.3    - the readline man page
  8.  
  9. The `.ps' files are postscript versions of the above.  The `.txt' versions
  10. are ascii -- the output of `nroff'.
  11.  
  12. The rest of this file explains how to use the `builtins.1' man page.
  13.  
  14. For each command in the list of builtins create a file in man/man1 called:
  15.  
  16. ${command}.1
  17.  
  18. eg.
  19. for.1
  20. type.1
  21. alias.1
  22. etc.
  23.  
  24. All these files are identical as follows:
  25.  
  26. jaws@jaws(264)$ cat alias.1
  27. .so man1/builtins.1
  28. jaws@jaws(265)$ 
  29.  
  30. Make sure you adjust the .so line in builtins.1 to reflect where you
  31. put it.
  32.